home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / TOOLOW.ARJ / README.TXT < prev    next >
Text File  |  1992-04-22  |  2KB  |  63 lines

  1. This readme file describes how to build the PowerCode example program. This
  2. version of the example program was generated for Borland C++/OWL. The example program 
  3. features a stand-alone tool bar module that you can incorporate into your 
  4. own applications. 
  5.  
  6. PowerCode is a Windows application generator that specializes in generating 
  7. object-oriented Windows applications.  PowerCode is extensible, allowing you 
  8. complete control over the source code generated.  These features allow 
  9. PowerCode to generate much more than just the application framework.  It can
  10. be easily extended to generate support for database, multimedia, or other 
  11. class libraries. PowerCode includes full support for Borland C++/OWL, Turbo
  12. Pascal for Windows, Microsoft C/C++ with MFC, and ANSI C. See the 
  13. POWERCD.TXT file for additional info about PowerCode.
  14.  
  15. The example program is from the PowerCode tutorial.  It is a simple program
  16. that illustrates the use of a tool bar.  All files, with the exception of 
  17. the resource files(.bmp, .dlg, .ico), are unmodified files that were 
  18. generated with PowerCode. A resource editor is required for PowerCode.
  19.  
  20. The following files should be included in the zip file:
  21.  
  22. JTOOLS.CPP   Tool Bar Class Member Functions
  23. JTOOLS.HPP   Tool Bar Class Definition
  24. TUTOR.CPP    Tutor Application Source File
  25. TUTOR.HPP    Tutor Class Definitions File
  26. TUTOR.H      Resource Constants
  27. TUTOR.MAK    Make File
  28. TUTOR.DEF    Tutor Linker Definition File
  29. TUTOR.RC     Tutor Resource File
  30. TUTOR.DLG    Tutor Dialogs
  31. APP.BMP      Tool Bar Bitmap
  32. CHECKBX1.BMP Tool Bar Bitmap
  33. CHECKBX2.BMP Tool Bar Bitmap
  34. DIALOG.BMP   Tool Bar Bitmap
  35. WINDOW.BMP   Tool Bar Bitmap
  36. TUTOR.ICO    Tutor Icon
  37. TUTOR.TXT    Sample Text File
  38. POWERCD.TXT  Description of PowerCode - The Extensible Code Generator 
  39.  
  40.  
  41.  
  42. To build the tutor example enter the following from the 
  43. DOS command line:
  44.  
  45.     make -ftutor
  46.  
  47. The make file expects the Borland compiler to be installed in \BORLANDC. If
  48. you installed into a different drive or directory, you will need to modify 
  49. the make file. 
  50.  
  51.  
  52.  
  53. PowerCode costs only $395. Call today for your free demo.
  54.  
  55. J Systems, Inc.
  56. 4826 McAlpine Lane
  57. Charlotte, NC 28212
  58. Voice: (704) 535-0079
  59. Fax: (704) 537-5694
  60.  
  61.  
  62.  
  63.